<xs:attribute name="Aufhebungsgrund" use="required">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Der Aufhebungsgrund der Meldung
ALT = Einsatz von Alternativen
WEG = Wegfall der Gefährdung
UEB = Innerhalb der Einrichtung übersiedelt
ZUG = Entlassen/Verzogen
TOT = Verstorben
AND = Sonstiges
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ALT" />
<xs:enumeration value="WEG" />
<xs:enumeration value="UEB" />
<xs:enumeration value="ZUG" />
<xs:enumeration value="TOT" />
<xs:enumeration value="AND" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|